home *** CD-ROM | disk | FTP | other *** search
/ Digit Magazine 1999 December / cDigit issue 18 - December 1999.iso / pc / demos / XMLwriter 1.0 Beta shareware / data1.cab / Example_Files / Projects / Examples / Library / LibraryCss.xml < prev    next >
Encoding:
Extensible Markup Language  |  1999-08-19  |  1.3 KB  |  45 lines

  1. <?xml version='1.0'?>
  2. <?xml:stylesheet type="text/css" href="library.css"?>
  3. <!--
  4.     Copyright 1999 Wattle Software
  5.     Use at your own risk!
  6. -->
  7. <library xmlns="http://www.xml.com/namespaces/first-x" xmlns:html="http://www.w3.org/TR/REC-html40">
  8.     <name>Northmead Local Library</name>
  9. <media>Books:</media>
  10.     <book hardback="yes">
  11.         <title>C++ Programming for Beginners</title>
  12.         <author>
  13.             <first-name>Claude</first-name>
  14.             <last-name>Schwartz</last-name>
  15.         </author>
  16.         <callno>005.133/C</callno>
  17.         <online_url>http://library/online_books/005133C.html</online_url>
  18.     </book>
  19.     <book>
  20.         <title>The C Programming Language</title>
  21.         <author>
  22.             <first-name>Brian</first-name>
  23.             <last-name>Kernighan</last-name>
  24.         </author>
  25.         <author>
  26.             <first-name>Dennis</first-name>
  27.             <last-name>Ritchie</last-name>
  28.         </author>
  29.         <callno>005.133/C2</callno>
  30.         <online_url>http://library/online_books/005133C2.html</online_url>
  31.     </book>
  32. <media>Journals:</media>    
  33.     <journal series="XML Users Journal">
  34.         <title>XML Users Journal August 1999</title>
  35.         <date>1999-08-01</date>
  36.         <callno>005.133/C</callno>
  37.     </journal>
  38. <media>Videos:</media>
  39.     <video>
  40.         <title>Titanic</title>
  41.         <director>James Cameron</director>
  42.         <callno>643.11/T</callno>
  43.     </video>
  44. </library>
  45.